<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
}

.modal {
  display: none;
  background: #eee;
  padding:50px;

  z-index: 1001;
  position: absolute;
  width: 1100px;
  min-height: 500px;
  _height:500px;
  overflow:auto;
  line-height:25px;
}
.map_nav { border-bottom:1px #CCC  dotted; height:60px;}
.map_nav li{ display:block; float:left; font-size:16px; font-weight:bold; padding:10px; height:30px; margin:0 40px 10px 0; color:#666}
.map_nav2{border-bottom:1px #CCC  dotted;height:60px; width:100%;font-size:16px; font-weight:bold;}
.map_nav2 li{ margin:0 auto;  text-align:center; padding: 10px;}
.map_nav li a,.map_nav2 li a{ color:#666; display:block; float:left; padding: 10px; transition:all 0.4s;}
.map_nav li a:hover{ background:#015cb5; color:#FFF}
.map_list{ width:150px; height:200px; border-right:1px #CCCCCC solid; margin-bottom:10px;}
.map_list li{ display:block; clear:both; height:25px; line-height:25px; margin-left:10px;}
.modalLink{ position:relative}
.modalLink:hover .more{ background:#577492; border:1px #577492 solid; }
.modalLink .more{ position:absolute; top:40px; left:205px; display:block;  width:60px; border:1px #FFFFFF solid; height:20px; line-height:20px; text-align:center; float:right; transition:all 0.4s linear 0s;}
.sub_lm_jobs span{ display:block; float:left; padding:0 10px; height:30px; line-height:30px; font-size:14px; border:1px #577492 solid; border-bottom:none; margin-right:10px; cursor:pointer; background:#383f4f}
.sub_lm_jobs{ border-bottom:1px #577492 solid; height:30px; line-height:30px; color:#FFF}
.sub_lm_jobs span.hover{ background:#d18000; color:#FFF}
.modal a{ color:#000}
.modal b{ font-size:14px; font-weight:bold;}
.closeBtn { cursor:pointer; width:60px; text-align:center; height:40px; line-height:40px; background:#c50202; color:#FFF; position:absolute; top:0; right:0; font-size:14px; transition:all 0.4s linear 0s;}
.closeBtn:hover{ background:#d18000;}</pre></body></html>